home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Prog
/
T
/
TC Prog Guide.cpt
/
picture ƒ
/
ring.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-09
|
434 b
|
22 lines
|
[
TEXT/KAHL
]
/*
* FILE: ring.h
* AUTHOR: R. Gonzalez
* CREATED: October 8, 1990
*
* Defines ring of cubes for picture application.
*/
# ifndef ring_h
# define ring_h
# include "segment.h"
/******************************************************************
* ring. Nested segment consisting of several cubes.
******************************************************************/
struct Ring:Nested_Segment
{
boolean init(void);
};
# endif